home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q0480.dms / q0480.adf / installhdo < prev    next >
Text File  |  1993-06-15  |  1KB  |  63 lines

  1.  
  2.  
  3. echo "*NHard Disk Software Installation for use with A1200HD."
  4.                 
  5.   
  6.        
  7.  
  8. assign >NIL: WB_3.x: exists
  9. if warn
  10.     echo "*NWARNING:  The hard disk cannot be found."
  11.     echo "          Make sure the drive is properly prepped and formatted."
  12.     skip exit
  13. endif
  14.  
  15. ; make sure they booted from the Install disk
  16. set target `3.0Install:c/list sys:system.info lformat="%f"`
  17. if "$target" NOT EQ "3.0Install:"
  18.     echo "Please boot from your 3.0Install disk to install the 3.0 software."
  19.  
  20.     skip exit
  21. endif
  22.  
  23. echo "*NThis will reinstall the system software on the hard disk drive."
  24. echo "Files on the hard disk will be overwritten."
  25. echo "You will need your Workbench disks."
  26.  
  27. ask "Are you sure you want to continue ? (Y/N) "
  28. if warn
  29. path 3.0Install:tools add
  30. stack 20000
  31.  
  32. echo "*NSetting up RAM disk..."
  33. resident c:Delete force
  34. resident c:IconPos force
  35. resident c:Copy force
  36. ;
  37. ; avoid a disk swap by copying this to ram
  38. copy 3.0Install:Copy2WB2/wDisk.info ram: clone quiet
  39. ;
  40. cd ram:
  41. ;
  42. echo "*NCopying Workbench 3.0 to hard disk."
  43. execute 3.0Install:davesetup
  44.  
  45. ;
  46. ; give the Work partition a nice icon too
  47. copy ram:wDisk.info Work:Disk.info quiet clone
  48. copy ram:wdisk.info system3.0:disk.info quiet clone
  49.  
  50. ; cleaning up
  51. ;
  52. delete >NIL: ram:Copy2WB2 all quiet
  53. delete >NIL: ram:tools all quiet
  54. ;
  55. delete >NIL: ram:wDisk.info
  56. ;
  57. cd ram:
  58. ;
  59. endif
  60.  
  61. lab exit
  62.